|
2020-2021 Sunseeker Telemetry and Lighting System
|
#include "driverlib.h"Go to the source code of this file.
Macros | |
| #define | SLAVE_ADDRESS 0x48 |
Functions | |
| void | main (void) |
| void | USCIB0_ISR (void) |
Variables | |
| uint8_t | RXData |
| #define SLAVE_ADDRESS 0x48 |
Definition at line 67 of file eusci_b_i2c_ex3_slaveRxMultiple.c.
| void main | ( | void | ) |
Definition at line 71 of file eusci_b_i2c_ex3_slaveRxMultiple.c.
References __no_operation(), param, and SLAVE_ADDRESS.
| void USCIB0_ISR | ( | void | ) |
Definition at line 118 of file eusci_b_i2c_ex3_slaveRxMultiple.c.
References RXData.
| uint8_t RXData |
Definition at line 69 of file eusci_b_i2c_ex3_slaveRxMultiple.c.
Referenced by USCIB0_ISR().